Tag Archives: Web Design

PHP Object cloning using clone keyword and

Feb 17, 2014

Object cloning or clone of an object means to create a duplicate of an object. With regular variables $var1 = $var2 means that a new..

Read more

5 Useful and Hilarious Lorem Ipsum Generators

Feb 12, 2014

What is Lorem Ipsum? Lorem Ipsum is Latin text often used in graphic design as filler content. Clients or other audiences of a design mockup..

Read more

Dealing With Common PHP Errors

Jan 27, 2014

Working with PHP, we often face few common problem and errors related to PHP script such as white page of syntax error, unexpected errors, header..

Read more

Remove index.php from CodeIgniter URL Path using

Nov 15, 2013

If you are using Codeigniter (PHP Framework) you are noticed that by default index.php will be included with your URL. But you can easily remove..

Read more

PHP.ini file

Nov 14, 2013

PHP.ini is a configuration file that is used to customize behavior of PHP at runtime. This enables you to easy administration in Apache web server..

Read more

PHP function to get current web page

Nov 06, 2013

PHP function to get current web page full URL & current page name. Sometimes, you might want to get the current page full URL. Here..

Read more